home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / sleeper.zip / SLEEPER.DOC next >
Text File  |  1993-05-02  |  4KB  |  87 lines

  1.  
  2.  ╔══════════════════════════════════════════════════════════════════════════╗
  3.  ║ Sleeper Batch Utility                                                    ║
  4.  ╚══════════════════════════════════════════════════════════════════════════╝
  5.  
  6.   1.  What is it?
  7.  
  8.       "Sleeper" is a tiny utility useful for batch files, and is best when
  9.       used as a replacement for DOS's PAUSE command. It differs a number of
  10.       ways, the most significant is that it is timed. This can be useful when
  11.       one wants a message displayed but doesn't necessarily want everything
  12.       stopped. I will leave the possibilities up to you.
  13.  
  14.   2.  Features:
  15.  
  16.       a.  Message Display, length up to your command line limits.
  17.       b.  Various Colors can be used.
  18.       c.  Timed countdown (limits?....well I really don't know)
  19.       d.  Option to abort countdown and get on with life.
  20.  
  21.   3.  USAGE:
  22.  
  23.       SLEEPER <Number of Seconds> <Color Code> <Message>
  24.                       │                │          │
  25.                       │                │          └── Any Message. No Need for
  26.                       │                │              quotes or anything BUT
  27.                       │                │              the message
  28.                       │                │
  29.                       │                └───── Standard DOS Color Codes (Numeric)
  30.                       │                       (see appendix A for table)
  31.                       │
  32.                       └──────────── Number of Seconds for Countdown.
  33.  
  34.       Example: SLEEPER 10 14 Insert Disk in Drive A
  35.  
  36.                Ten second countdown, with Yellow Text, and you'll get this..
  37.  
  38.                        ╔════════════════════════╗
  39.                        ║ Insert Disk in Drive A ║
  40.                        ║          10            ║
  41.                        ╚════════════════════════╝
  42.                            'X' To Terminate
  43.  
  44. pretty simply huh?
  45.  
  46.  
  47.   4.  Disclaimer/Shareware Notice
  48.  
  49.       The program SLEEPER.EXE is distributed/furnished 'as is'. No guarantees,
  50.       warranties or other commitments are made or will be honored. Users of
  51.       this program take full responsibilities for any ill effects, whether or
  52.       not they are caused by SLEEPER.EXE, that may occur. SLEEPER.EXE and
  53.       SLEEPER.DOC may be distribued freely with no obligation to pay or
  54.       register.
  55.  
  56.   5.  Things to Look Out For.
  57.  
  58.       Sleeper uses direct screen writes, this may reek havoc on some DeskView
  59.       configurations. And I will save you the trouble of sitting in front of
  60.       your PC with a stop watch....the seconds aren't QUITE EXACTLY one second
  61.       each. Also, the color table at the end of this doc is standard, but is
  62.       by no means absolute, so if you enter 14 for yellow and you get orange
  63.       don't freak.
  64.  
  65.   6.  Contacting the Author:
  66.  
  67.       I would appreciate any comments, suggestions, bitches, gripes or ideas
  68.       concerning this program. Feel free to leave me private E-MAIL on
  69.       Down and Dirty BBS, Albuquerque NM at (505)299-5402.
  70.  
  71. Warren Witt
  72. Obsessive Concepts
  73.  
  74.  ╔═══════════════════════════════════════════════════════════════════════════╗
  75.  ║ Standard DOS Color Code Table                                             ║
  76.  ╚═══════════════════════════════════════════════════════════════════════════╝
  77.  
  78.       Black             0                  DarkGrey             8
  79.       Blue              1                  LightBlue            9
  80.       Green             2                  LightGreen          10
  81.       Cyan              3                  LightCyan           11
  82.       Red               4                  LightRed            12
  83.       Magenta           5                  LightMagenta        13
  84.       Brown             6                  Yellow              14
  85.       LightGrey         7                  White               15
  86.  
  87.